Skip to main content

All Questions

0votes
1answer
56views

Move files shell program

Hello i have got problem, on shell program(.sh), with this code I should copy the file JPG from the directory sorgente to destinazione but the code does not work, can you help me!! #!/bin/bash ...
Riki's user avatar
5votes
2answers
3kviews

Implementing a Unix shell in C: Logging [closed]

I am currently working on implementing my own UNIX shell in C. The basis of the shell is working, you could find the source code here. Right now my next task is to implement a logging feature for the ...
rahmu's user avatar
  • 20.4k

close